home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_589_hidetext.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  424 b   |  12 lines

  1. hidetext
  2.  
  3. Hides the current text box. You cannot type in a hidden text box, but primitives such as print, insert, and ct still work. See showtext.
  4.  
  5. Example:
  6.  
  7. If you have a text box on the page, this instruction flashes the text box.
  8.  
  9. repeat 10 [hidetext wait 5
  10.            showtext wait 5]
  11.  
  12. Text boxes can be turned invisible and visible through their dialog box. Use the eye tool to open the dialog box of a hidden text box.